projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466ee1b
)
Remove App Nap setting from Info.plist (bug#22993)
author
Alan Third
<alan@idiocy.org>
Sun, 10 Jul 2016 09:18:40 +0000
(10:18 +0100)
committer
Alan Third
<alan@idiocy.org>
Sun, 10 Jul 2016 09:24:32 +0000
(10:24 +0100)
* nextstep/templates/Info.plist.in: Remove LSAppNapIsDisabled key since
it doesn't actually disable app nap.
nextstep/templates/Info.plist.in
patch
|
blob
|
history
diff --git
a/nextstep/templates/Info.plist.in
b/nextstep/templates/Info.plist.in
index 889a070411dfb2af6196c2a0adf278e888165074..dcd2fe341679ffbeca7a8ad3b787076d78cb123f 100644
(file)
--- a/
nextstep/templates/Info.plist.in
+++ b/
nextstep/templates/Info.plist.in
@@
-675,7
+675,5
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
- <key>LSAppNapIsDisabled</key>
- <true/>
</dict>
</plist>